home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / LetLoveEnergy.swf / scripts / frame_749 / PlaceObject2_201_11 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Encoding:
Text File  |  2005-08-05  |  173 b   |  8 lines

  1. onClipEvent(enterFrame){
  2.    this.swapDepths(100 - _z);
  3.    if(_name ne "Tree" && _root.man0.active)
  4.    {
  5.       _X = Internal_x + _root.man0.OffSetX / _z * 1.5;
  6.    }
  7. }
  8.